type github.com/jackc/pgx/v5/pgtype.underlyingTypeScanPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L544: type underlyingTypeScanPlan struct {
		pgtype.go#L550: func (plan *underlyingTypeScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L552: func (plan *underlyingTypeScanPlan) Scan(src []byte, dst any) error {
		pgtype.go#L589: 			return &underlyingTypeScanPlan{dstType: dstValue.Type(), nextDstType: nextDstType}, dstValue.Convert(nextDstType).Interface(), true